You are using Azure Cache for Redis to improve the performance of your web application. Which of the following would you store in Azure Cache for Redis?
HttpContext.Items
ViewState
Session state
Application state
Query strings
Cookies
Storing session state in Azure Cache for Redis is one of the common patterns / use cases.